ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / ItemsSourceId Property

In This Topic
    ItemsSourceId Property (FinancialChart<T>)
    In This Topic
    Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
    Syntax
    'Declaration
     
    Public Overridable Property ItemsSourceId As String
    public virtual string ItemsSourceId {get; set;}
    See Also